home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / modules / nessus-2.2.8.mo / usr / lib / nessus / plugins / gentoo_GLSA-200404-21.nasl < prev    next >
Text File  |  2005-03-31  |  3KB  |  81 lines

  1. # This script was automatically generated from 
  2. #  http://www.gentoo.org/security/en/glsa/glsa-200404-21.xml
  3. # It is released under the Nessus Script Licence.
  4. # The messages are release under the Creative Commons - Attribution /
  5. # Share Alike license. See http://creativecommons.org/licenses/by-sa/2.0/
  6. #
  7. # Avisory is copyright 2001-2004 Gentoo Foundation, Inc.
  8. # GLSA2nasl Convertor is copyright 2004 Michel Arboi
  9.  
  10. if (! defined_func('bn_random')) exit(0);
  11.  
  12. if (description)
  13. {
  14.  script_id(14486);
  15.  script_version("$Revision: 1.1 $");
  16.  script_xref(name: "GLSA", value: "200404-21");
  17.  
  18.  desc = 'The remote host is affected by the vulnerability described in GLSA-200404-21
  19. (Multiple Vulnerabilities in Samba)
  20.  
  21.  
  22.     Two vulnerabilities have been discovered in Samba. The first vulnerability
  23.     allows a local user who has access to the smbmount command to gain root. An
  24.     attacker could place a setuid-root binary on a Samba share/server he or she
  25.     controls, and then use the smbmount command to mount the share on the
  26.     target UNIX box. The remote Samba server must support UNIX extensions for
  27.     this to work. This has been fixed in version 3.0.2a.
  28.     The second vulnerability is in the smbprint script. By creating a symlink
  29.     from /tmp/smbprint.log, an attacker could cause the smbprint script to
  30.     write to an arbitrary file on the system. This has been fixed in version
  31.     3.0.2a-r2.
  32.   
  33. Impact
  34.  
  35.     Local users with access to the smbmount command may gain root access. Also,
  36.     arbitrary files may be overwritten using the smbprint script.
  37.   
  38. Workaround
  39.  
  40.     To workaround the setuid bug, remove the setuid bits from the
  41.     /usr/bin/smbmnt, /usr/bin/smbumount and /usr/bin/mount.cifs binaries.
  42.     However, please note that this workaround will prevent ordinary users from
  43.     mounting remote SMB and CIFS shares.
  44.     To work around the smbprint vulnerability, set "debug=no" in the smbprint
  45.     configuration.
  46.   
  47. References:
  48.     http://www.securityfocus.com/archive/1/353222/2004-04-09/2004-04-15/1
  49.     http://seclists.org/lists/bugtraq/2004/Mar/0189.html
  50.  
  51.  
  52. Solution: 
  53.     All users should update to the latest version of the Samba package.
  54.     The following commands will perform the upgrade:
  55.     # emerge sync
  56.     # emerge -pv ">=net-fs/samba-3.0.2a-r2"
  57.     # emerge ">=net-fs/samba-3.0.2a-r2"
  58.     Those who are using Samba\'s password database also need to run the
  59.     following command:
  60.     # pdbedit --force-initialized-passwords
  61.     Those using LDAP for Samba passwords also need to check the sambaPwdLastSet
  62.     attribute on each account, and ensure it is not 0.
  63.   
  64.  
  65. Risk Factor : Medium
  66. ';
  67.  script_description(english: desc);
  68.  script_copyright(english: "(C) 2004 Michel Arboi");
  69.  script_name(english: "[GLSA-200404-21] Multiple Vulnerabilities in Samba");
  70.  script_category(ACT_GATHER_INFO);
  71.  script_family(english: "Gentoo Local Security Checks");
  72.  script_dependencies("ssh_get_info.nasl");
  73.  script_require_keys('Host/Gentoo/qpkg-list');
  74.  script_summary(english: 'Multiple Vulnerabilities in Samba');
  75.  exit(0);
  76. }
  77.  
  78. include('qpkg.inc');
  79. if (qpkg_check(package: "net-fs/samba", unaffected: make_list("ge 3.0.2a-r2"), vulnerable: make_list("le 3.0.2a")
  80. )) { security_warning(0); exit(0); }
  81.